home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: MegaDisc / MegaDisc 06 (1988)(MegaDisc Digital Publishing)(AU)[m][WB].zip / MegaDisc 06 (1988)(MegaDisc Digital Publishing)(AU)[m][WB].adf / PROGRAMS / VDK_RamDisk / VDK.Doc < prev    next >
Text File  |  1988-03-28  |  4KB  |  91 lines

  1.  
  2.  
  3.          VDK: AN EASY-TO-USE RECOVERABLE RAM DISK
  4.  
  5.  
  6.  
  7.   ED. NOTE: This is a Public Domain version of this very useful program
  8.   and well worth looking into, especially if you've got more than 512K
  9.   of memory. It's a lot easier to use and install than the ASDG-RRD by the
  10.   Software Distillery, found on Fish 58, and it does all the same things.
  11.   Note that to make it compatible with some directory utilities whic refer
  12.   to the RRD as VD0: it is not a bad idea to change its name in your
  13.   startup-sequence, after you've "mounted" it. Simply enter the line
  14.   RELABEL VDK: VD0
  15.   soon after the   MOUNT VDK:   line (and note the absence of the colon).
  16.   Note too, that I sent in my dollars to get the commercial release of this
  17.   program about 3 months ago and nothing has happened yet. So you might
  18.   have to make do with this one for a while - some people have said that it
  19.   has crashed once or twice, but it's been fine for me, and does save a bit
  20.   of work occasionally.
  21.  
  22.   ** For those who are not sure what you can do with a "Recoverable Ram
  23.   Disk", it is a way of combining speed and security (like a hyped-up
  24.   doberman). You can save things you're working on to VD0: (or VDK:), and
  25.   in the event of a software failure, that work will still be there when
  26.   you've rebooted. You can treat it just like a disk drive. And being a RAM
  27.   disk, you'll find that moving data in and out of it is a lot faster than
  28.   doing the same things with a normal disk. What's more, it's a boon for
  29.   those with only one drive, because it's a "virtual drive" (hence VD),
  30.   meaning that, for example, you can drag some icon into it from one disk,
  31.   put another disk in the drive and drag it onto that one. Have a look at
  32.   Gary O'Connor's hints in "Hints&Tips" in the ARTICLES drawer for more
  33.   information on using such a device.
  34.  
  35.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  36.  
  37.   ** You will need to use the CLI to install this program.
  38.  
  39.   This is an beta test of the VDK "virtual disk" handler intended for
  40.   free distribution.  (C)1987 Neil Katin.
  41.   There are no known bugs, but the system has not been extensively used
  42.   either.  Please report bugs to Neil Katin @ 408-866-5276.  Make sure you
  43.   leave a phone # where I can call you.
  44.  
  45.   The VDK system is a ram disk that retains its contents when the system
  46.   is rebooted.  Every time the system is booted memory is searched for
  47.   the old files.  If a file is found, it is checked to make sure it
  48.   has not been changed by another program.  All files that are OK will
  49.   be in the VDK disk at reboot.
  50.  
  51.   There will be both a device and a volume node created for the virtual
  52.   disk.  This means that the disk will appear under workbench.  Initially
  53.   both the device and the volume will have the name that is specified
  54.   in the mountlist file (usually VDK:), however the volume's name may be
  55.   changed via the CLI relabel command, or by "rename" in workbench.
  56.  
  57.   There can be multiple virtual disks in the system at the same time.
  58.   You can get this by creating multiple entries with different device
  59.   names in the mountlist file.  This is not a very useful feature to
  60.   most people, but you can do it.
  61.  
  62.   The virtual disk will not allocate memory if there is less than 50K
  63.   of contiguous memory left.
  64.  
  65.  
  66.   This distribution consists of two files:
  67.  
  68.       VDK.Doc             this file
  69.       VDK-handler         the executable program
  70.  
  71.  
  72.   To install the VDK system copy "VDK-handler" to "l:" then
  73.   Add the following lines to your devs:mountlist file:
  74.  
  75.       #
  76.       VDK:       handler = L:VDK-handler
  77.              stacksize = 2000
  78.                  priority = 5
  79.                  globvec = 0xffffffff
  80.       #
  81.  
  82.   Now you must add to the START of your startup-sequence file:
  83.  
  84.   mount VDK:
  85.   cd VDK:
  86.  
  87.   Happy Hacking!
  88.  
  89.  
  90.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~ END OF VDK.Doc ~~~~~~~~~~~~~~~~~~~~~~
  91.